xref: /minix3/share/i18n/csmapper/CP/CP1162%UCS.src (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1*36dcc4a4SLionel Sambuc# $NetBSD: CP1162%UCS.src,v 1.1 2007/06/18 16:19:30 tnozaki Exp $
2*36dcc4a4SLionel Sambuc
3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project,
4*36dcc4a4SLionel Sambuc# All rights reserved.
5*36dcc4a4SLionel Sambuc#
6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without
7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions
8*36dcc4a4SLionel Sambuc# are met:
9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright
10*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer.
11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright
12*36dcc4a4SLionel Sambuc#    notice, this list of conditions and the following disclaimer in the
13*36dcc4a4SLionel Sambuc#    documentation and/or other materials provided with the distribution.
14*36dcc4a4SLionel Sambuc#
15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*36dcc4a4SLionel Sambuc# SUCH DAMAGE.
26*36dcc4a4SLionel Sambuc#
27*36dcc4a4SLionel Sambuc
28*36dcc4a4SLionel SambucTYPE		ROWCOL
29*36dcc4a4SLionel SambucNAME		"CP1162/UCS"
30*36dcc4a4SLionel SambucSRC_ZONE	0x00-0xFB
31*36dcc4a4SLionel SambucOOB_MODE	ILSEQ
32*36dcc4a4SLionel SambucDST_ILSEQ	0xFFFE
33*36dcc4a4SLionel SambucDST_UNIT_BITS	16
34*36dcc4a4SLionel Sambuc
35*36dcc4a4SLionel SambucBEGIN_MAP
36*36dcc4a4SLionel Sambuc#
37*36dcc4a4SLionel Sambuc# CP1162 - Thai MS Windows
38*36dcc4a4SLionel Sambuc# this mapping data is made from:
39*36dcc4a4SLionel Sambuc#    ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/
40*36dcc4a4SLionel Sambuc#        CP0{00874,01162}.{pdf,txt}
41*36dcc4a4SLionel Sambuc#    ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT
42*36dcc4a4SLionel Sambuc#
43*36dcc4a4SLionel Sambuc0x00-0x7F = 0x0000 -
44*36dcc4a4SLionel Sambuc0x80 = 0x20AC
45*36dcc4a4SLionel Sambuc0x85 = 0x2026
46*36dcc4a4SLionel Sambuc0x91 = 0x2018
47*36dcc4a4SLionel Sambuc0x92 = 0x2019
48*36dcc4a4SLionel Sambuc0x93 = 0x201C
49*36dcc4a4SLionel Sambuc0x94 = 0x201D
50*36dcc4a4SLionel Sambuc0x95 = 0x2022
51*36dcc4a4SLionel Sambuc0x96 = 0x2013
52*36dcc4a4SLionel Sambuc0x97 = 0x2014
53*36dcc4a4SLionel Sambuc0xA0 = 0x00A0
54*36dcc4a4SLionel Sambuc0xA1 = 0x0E01
55*36dcc4a4SLionel Sambuc0xA2 = 0x0E02
56*36dcc4a4SLionel Sambuc0xA3 = 0x0E03
57*36dcc4a4SLionel Sambuc0xA4 = 0x0E04
58*36dcc4a4SLionel Sambuc0xA5 = 0x0E05
59*36dcc4a4SLionel Sambuc0xA6 = 0x0E06
60*36dcc4a4SLionel Sambuc0xA7 = 0x0E07
61*36dcc4a4SLionel Sambuc0xA8 = 0x0E08
62*36dcc4a4SLionel Sambuc0xA9 = 0x0E09
63*36dcc4a4SLionel Sambuc0xAA = 0x0E0A
64*36dcc4a4SLionel Sambuc0xAB = 0x0E0B
65*36dcc4a4SLionel Sambuc0xAC = 0x0E0C
66*36dcc4a4SLionel Sambuc0xAD = 0x0E0D
67*36dcc4a4SLionel Sambuc0xAE = 0x0E0E
68*36dcc4a4SLionel Sambuc0xAF = 0x0E0F
69*36dcc4a4SLionel Sambuc0xB0 = 0x0E10
70*36dcc4a4SLionel Sambuc0xB1 = 0x0E11
71*36dcc4a4SLionel Sambuc0xB2 = 0x0E12
72*36dcc4a4SLionel Sambuc0xB3 = 0x0E13
73*36dcc4a4SLionel Sambuc0xB4 = 0x0E14
74*36dcc4a4SLionel Sambuc0xB5 = 0x0E15
75*36dcc4a4SLionel Sambuc0xB6 = 0x0E16
76*36dcc4a4SLionel Sambuc0xB7 = 0x0E17
77*36dcc4a4SLionel Sambuc0xB8 = 0x0E18
78*36dcc4a4SLionel Sambuc0xB9 = 0x0E19
79*36dcc4a4SLionel Sambuc0xBA = 0x0E1A
80*36dcc4a4SLionel Sambuc0xBB = 0x0E1B
81*36dcc4a4SLionel Sambuc0xBC = 0x0E1C
82*36dcc4a4SLionel Sambuc0xBD = 0x0E1D
83*36dcc4a4SLionel Sambuc0xBE = 0x0E1E
84*36dcc4a4SLionel Sambuc0xBF = 0x0E1F
85*36dcc4a4SLionel Sambuc0xC0 = 0x0E20
86*36dcc4a4SLionel Sambuc0xC1 = 0x0E21
87*36dcc4a4SLionel Sambuc0xC2 = 0x0E22
88*36dcc4a4SLionel Sambuc0xC3 = 0x0E23
89*36dcc4a4SLionel Sambuc0xC4 = 0x0E24
90*36dcc4a4SLionel Sambuc0xC5 = 0x0E25
91*36dcc4a4SLionel Sambuc0xC6 = 0x0E26
92*36dcc4a4SLionel Sambuc0xC7 = 0x0E27
93*36dcc4a4SLionel Sambuc0xC8 = 0x0E28
94*36dcc4a4SLionel Sambuc0xC9 = 0x0E29
95*36dcc4a4SLionel Sambuc0xCA = 0x0E2A
96*36dcc4a4SLionel Sambuc0xCB = 0x0E2B
97*36dcc4a4SLionel Sambuc0xCC = 0x0E2C
98*36dcc4a4SLionel Sambuc0xCD = 0x0E2D
99*36dcc4a4SLionel Sambuc0xCE = 0x0E2E
100*36dcc4a4SLionel Sambuc0xCF = 0x0E2F
101*36dcc4a4SLionel Sambuc0xD0 = 0x0E30
102*36dcc4a4SLionel Sambuc0xD1 = 0x0E31
103*36dcc4a4SLionel Sambuc0xD2 = 0x0E32
104*36dcc4a4SLionel Sambuc0xD3 = 0x0E33
105*36dcc4a4SLionel Sambuc0xD4 = 0x0E34
106*36dcc4a4SLionel Sambuc0xD5 = 0x0E35
107*36dcc4a4SLionel Sambuc0xD6 = 0x0E36
108*36dcc4a4SLionel Sambuc0xD7 = 0x0E37
109*36dcc4a4SLionel Sambuc0xD8 = 0x0E38
110*36dcc4a4SLionel Sambuc0xD9 = 0x0E39
111*36dcc4a4SLionel Sambuc0xDA = 0x0E3A
112*36dcc4a4SLionel Sambuc0xDF = 0x0E3F
113*36dcc4a4SLionel Sambuc0xE0 = 0x0E40
114*36dcc4a4SLionel Sambuc0xE1 = 0x0E41
115*36dcc4a4SLionel Sambuc0xE2 = 0x0E42
116*36dcc4a4SLionel Sambuc0xE3 = 0x0E43
117*36dcc4a4SLionel Sambuc0xE4 = 0x0E44
118*36dcc4a4SLionel Sambuc0xE5 = 0x0E45
119*36dcc4a4SLionel Sambuc0xE6 = 0x0E46
120*36dcc4a4SLionel Sambuc0xE7 = 0x0E47
121*36dcc4a4SLionel Sambuc0xE8 = 0x0E48
122*36dcc4a4SLionel Sambuc0xE9 = 0x0E49
123*36dcc4a4SLionel Sambuc0xEA = 0x0E4A
124*36dcc4a4SLionel Sambuc0xEB = 0x0E4B
125*36dcc4a4SLionel Sambuc0xEC = 0x0E4C
126*36dcc4a4SLionel Sambuc0xED = 0x0E4D
127*36dcc4a4SLionel Sambuc0xEE = 0x0E4E
128*36dcc4a4SLionel Sambuc0xEF = 0x0E4F
129*36dcc4a4SLionel Sambuc0xF0 = 0x0E50
130*36dcc4a4SLionel Sambuc0xF1 = 0x0E51
131*36dcc4a4SLionel Sambuc0xF2 = 0x0E52
132*36dcc4a4SLionel Sambuc0xF3 = 0x0E53
133*36dcc4a4SLionel Sambuc0xF4 = 0x0E54
134*36dcc4a4SLionel Sambuc0xF5 = 0x0E55
135*36dcc4a4SLionel Sambuc0xF6 = 0x0E56
136*36dcc4a4SLionel Sambuc0xF7 = 0x0E57
137*36dcc4a4SLionel Sambuc0xF8 = 0x0E58
138*36dcc4a4SLionel Sambuc0xF9 = 0x0E59
139*36dcc4a4SLionel Sambuc0xFA = 0x0E5A
140*36dcc4a4SLionel Sambuc0xFB = 0x0E5B
141*36dcc4a4SLionel SambucEND_MAP
142